home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1995 September (Japanese)
/
CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso
/
disc2
/
patches
/
symantec
/
rtlinc.exe
/
MEMORY.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-05-19
|
285 b
|
17 lines
/*_ memory.h */
/* Copyright (C) 1986-1993 by Symantec */
/* All Rights Reserved */
/* Note: ANSI users should #include <stdlib.h> instead of this file */
#ifndef __MEMORY_H
#define __MEMORY_H 1
#ifndef __STRING_H
#include <string.h>
#endif
#endif _MEMORY_H